home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / disk-man / mtools-3.000 / mtools-3 / mtools-3.0 / README < prev    next >
Encoding:
Text File  |  1996-05-12  |  1.8 KB  |  73 lines

  1. Authors
  2. -------
  3.  
  4. Original code (versions through 2.0.7?) by Emmet P. Gray (Texas, USA), who
  5. no longer appears to be reachable by Internet e-mail.  Viktor Dukhovni (at
  6. Princeton, USA) had major input into v2.0.
  7.  
  8. Since 2.0.7: maintained primarily and until now informally by Alain
  9. Knaff (Grenoble, France) and David Niemi (Reston, Virginia, USA).
  10.  
  11. Please report bugs to <Alain.Knaff@inrialpes.fr> and cc
  12. <David.Niemi@mail.li.org>.
  13.  
  14.  
  15. Current Status
  16. --------------
  17.  
  18. Stable release 3.0.
  19.  
  20.  
  21. Major New Features (since the version included fdutils 4.1 version)
  22. -------------------------------------------------------------------
  23.  
  24. -    VFAT (aka Long File Name/LFN) support, compatible with Winders95 and
  25.     Winders NT 3.5.x.
  26.     (David Niemi)
  27.  
  28. -    Near total rewrite of source code; less duplicated code, ANSIfication
  29.     (Alain Knaff)
  30.  
  31. -    XDF floppy support
  32.     (Alain Knaff, Ciriaco Garcia de Celis)
  33.  
  34. -    More choices when name collisions occur (e.g. rename, autorename)
  35.     (David Niemi)
  36.  
  37.  
  38. Major New Features (between 2.0.7 and the fdutils 4.1 version)
  39. --------------------------------------------------------------
  40. -    Misc Bugfixes
  41.     (Alain Knaff)
  42.  
  43. -    Support for Ciriaco Garcia de Celis' 2m formats under Linux
  44.     (Alain Knaff)
  45.  
  46. -    Support for formats with a non-standard number of sectors
  47.     (Alain Knaff)
  48.  
  49. -    Minor syntax improvements
  50.     (David Niemi)
  51.  
  52.  
  53.  
  54. Bugs/TODO
  55. ---------
  56.  
  57. 1) Address default case of non-VFAT files:
  58.    Perhaps case flags of 0/0 should mean "all lowercase" and 1/1
  59.    "all uppercase", so that default files == 0/0 and 1/1 == unusual case
  60.    0/1 still means upper/lower and 1/0 still means lower/upper.
  61.    Perhaps also have a "strict case" option to force the current behavior.
  62.  
  63. 2) Man pages and documentation are doubtless badly out of date
  64.  
  65. 3) Recognize and cleanly ignore "Class" entries (or even obey them???)
  66.  
  67.  
  68.  
  69.  
  70. Possible Optimizations
  71. ----------------------
  72. * remember location of last free section
  73.